home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / bullet.e < prev    next >
Encoding:
Text File  |  2001-08-12  |  625 b   |  10 lines

  1. OPT MODULE
  2. OPT EXPORT
  3. -> Module created with E:bin/fd2module from YAECv18 package.
  4. OPT NDDC
  5. #macro OpenEngine() IS (A6:=bulletbase) BUT ASM ' jsr -30(a6)'
  6. #macro CloseEngine(glyphEngine) IS (A0:=glyphEngine) BUT (A6:=bulletbase) BUT ASM ' jsr -36(a6)'
  7. #macro SetInfoA(glyphEngine,tagList) IS Stores(bulletbase,glyphEngine,tagList) BUT Loads(A6,A0,A1) BUT ASM ' jsr -42(a6)'
  8. #macro ObtainInfoA(glyphEngine,tagList) IS Stores(bulletbase,glyphEngine,tagList) BUT Loads(A6,A0,A1) BUT ASM ' jsr -48(a6)'
  9. #macro ReleaseInfoA(glyphEngine,tagList) IS Stores(bulletbase,glyphEngine,tagList) BUT Loads(A6,A0,A1) BUT ASM ' jsr -54(a6)'
  10.